Appliance System Storage StorageChange
Appliance System Storage StorageChange
The Appliance System Storage StorageChange schema describes the changes in capasity of a storage partition.
This schema was added in vSphere API 6.7.
JSON Example
{
"old_size": 0,
"new_size": 0
}
integer As int64
As int64
old_size
Required
Original size of the partition in MB.
This property was added in vSphere API 6.7.
integer As int64
As int64
new_size
Required
Nedw size of the partition in MB.
This property was added in vSphere API 6.7.